/*---------------------------------------------------banner---------------------------------------------------*/
.banner
{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: 690px;
    clear: both;
}
.banner .imageScrollPanel,.banner .txtScrollPanel
{
    position: absolute;
    width: 1000%;
    height: 100%;
    overflow: hidden;
}
.banner .imagePanel
{
    position: relative;
    float: left;
    width: 10%;
    height: 100%;
    overflow: hidden;
}
.banner .imagePanel img
{
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner .imagePanel a
{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.banner .imagePanel .img_trans
{
    -moz-transition: all 6s linear;
    -webkit-transition: all 6s linear;
    -o-transition: all 6s linear;
    transition: all 6s linear;
}
.banner .imagePanel .img_start
{
    transform:scale(1.1);
}
.banner .imagePanel .img_end
{
    transform:scale(1);
}
.banner .contentGroup
{
    position: relative;
    float: left;
    width: 10%;
    height: 100%;
    overflow: hidden;
}
.banner .contentPanel
{
    position: absolute;
    left: 50%;
    top: 95px;
    margin-left: -600px;
    /* width: 1200px; */
    overflow: hidden;
}
.banner .white
{
    color: #0066b3;
}
.banner .contentPanel .enTxt
{
    display:inline-block;
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
}
.banner .contentPanel .cnTxt
{
    font-size: 32px;
    color: #000;
}
.banner .contentPanel .linkBtn
{
    display: block;
    color:#FFFFFF;
    margin-top: 50px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    /*border: solid 1px #000000;*/
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    background-color: #0065b3;
	position: relative;
}
.banner .contentPanel .linkBtn span
{
	display: inline-block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00c9ff;
	transition: all 0.3s linear;
}
.banner .contentPanel .linkBtn b
{
	position: relative;
	z-index: 10;
	font-weight: 500;
}
.banner .contentPanel .linkBtn:hover span
{
    width: 100%;
}
.banner .btnPanel
{
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: 400px;
	z-index: 111;
}

.banner .btnPanel .btn
{
    position: relative;
    float: left;
    margin-right: 5px;
    width: 37px;
    height: 29px;
    overflow: hidden;
    cursor: pointer;
}
.banner .btnPanel .btn:hover .bg
{
    height: 29px;
}
.banner .btnPanel .btn .title
{
    position: absolute;
    width: 37px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family: Arial;
    color: #FFFFFF;
}

.banner .btnPanel .btn .bg
{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.banner .btnPanel .btn .bg_out
{
    height: 29px;
	background:url(../img/bn_bg.png) no-repeat center;
}
.banner .btnPanel .btn .bg_click
{
    height: 29px;
    background:url(../img/bn_bga.png) no-repeat center;
}
    /*---------------------------------------------------newsPanel---------------------------------------------------*/
.newsPanel
{
}

.newsPanel .innerPanel
{
	padding-top: 50px;
}
.newsPanel h2
{
    position: relative;
    /* float: left; */
    top: 100px;
    margin-left: 130px;
    /* margin-top: 60px; */
    font-weight: normal;
    opacity: 0;
}
.newsPanel h2 .enTitle
{
    color: #0066b3;
    font-size:38px;
    font-weight: bold;
}
.newsPanel h2 .cnTitle
{
    font-size:32px;
}

.innerPanelTitle
{
	line-height: 18px;
	position: relative;
}

.newsPanel .newsNavContainer
{
   
}

.newsPanel .newsNavPanel
{
    position: relative;
    z-index: 2;
    overflow: hidden;

}
.newsPanel .newsNavPanel li
{
    float: left;
}
.newsPanel .newsNavPanel .line
{
    width: 25px;
    height: 25px;
    /* background: url("../images/line.png") no-repeat center; */
}
.newsPanel .newsNavPanel .subNav
{
    margin-left: 5px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
	width:139px;
	text-align:center;
}
.newsPanel .newsNavPanel .subNav:hover
{
}
.newsPanel .newsNavPanel .subNav_click
{
    background:url(../img/bt_bg.png) no-repeat; color:#fff;
}
.newsPanel .newsNavPanel .subNav_click:hover
{
    background:url(../img/bt_bg.png) no-repeat; color:#fff;
}
.newsPanel .newsNavContainer .barBg
{
    position: absolute;
    left: -17px;
    top: 0px;
    width: 100px;
    height: 25px;
    background: url("../images/index/newsBar.png") no-repeat center;
    -moz-transition: left 0.2s linear;
    -webkit-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition: left 0.2s linear;
}

.newsPanel .prevBtn
{
    position: absolute;
    top: 50%;
    left: 200px;
    margin-top: -20px;
    width: 77px;
    height: 76px;
    background: url("../img/prev_btn.png") no-repeat;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
}
.newsPanel .prevAuto
{
	background: url("../images/unClick_2.jpg") no-repeat;
	cursor: auto;
}
.newsPanel .prevBtn:hover
{
}
.newsPanel .prevAuto:hover
{
	background-position: 0 0px;
}
.newsPanel .nextBtn
{
    position: absolute;
    top: 50%;
    /*right: 0;*/
    right: 200px;
    margin-top: -20px;
    width: 77px;
    height: 76px;
    background: url("../img/next_btn.png") no-repeat;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
}
.newsPanel .nextAuto
{
	background: url("../images/unClick_1.jpg") no-repeat;
	cursor: auto;
}
.newsPanel .nextBtn:hover
{
}
.newsPanel .nextAuto:hover{
	background-position: 0 0px;
}

.newsPanel .mask
{
    clear: both;
    position: relative;
    height: 570px;
    overflow: hidden;
	/* top:90px; */
}
.newsPanel .scrollPanel
{
    position: absolute;
    left: 0;
    width: 9000px;
    height: 100%;
    -moz-transition: left 0.3s linear;
    -webkit-transition: left 03s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
.newsPanel .imageGroup
{
    position: relative;
    float: left;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

.newsPanel .imagePanel
{
    position: absolute;
    display: block;
    width:466px;
    height: 355px;
    overflow: hidden;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.newsPanel .imagePanel .titleBar
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF url("../images/index/readMore.png") no-repeat 358px 50%;
    color: #000;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

.readMore
{
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-family: "Arial";
	color: #5e5e5e;
	font-weight: 600;
}

.newsPanel .imagePanel:hover .readMore
{
	color: #fff;
}

.newsPanel .imagePanel:hover .titleBar
{
    color: #FFFFFF;
/*    background-color: rgba(0,102,179,0.5);*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F0066b3,endColorstr=#7F0066b3);
    background: rgba(0,102,179,0.5) url("../images/jt1.png") no-repeat 358px 50%;
}

.newsPanel .imagePanel:hover .bgImage
{
    transform: scaleX(1.1) scaleY(1.1);
}
.newsPanel .imagePanel img{
	height:100%;
	width:100%;
}
.newsPanel .imagePanel .title
{
    margin-left: 20px;
    font-size: 16px;
    transform: skewX(8deg);
	width: 340px;
	float: left;
}
.newsPanel .imagePanel .more
{
    position: absolute;
    top: 20px;
    right: 20px;
    transform: skewX(8deg);
}
.newsPanel .pos1
{
    left: 135px;
    top:60px;
    z-index: 3;
    transform: skewX(-8deg);
}
.newsPanel .pos2
{
    left: 560px;
    top: 130px;
    z-index: 2;
    transform: skewX(-8deg);
}
.newsPanel .posStart
{
    margin-top: 150px;
    opacity: 0;
    filter:alpha(opacity=0);

}
.newsPanel .posLeft
{
    visibility: hidden;
    left: 65px;
    top:30px;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 4;
    transform: skewX(0deg);
}

.newsPanel .posRight
{
    visibility: hidden;
    left: 630px;
    top: 200px;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 1;
    transform: skewX(0deg);
}
/*---------------------------------------------------aboutPanel---------------------------------------------------*/
.aboutPanel
{
    position: relative;
    height: 560px;
}
.aboutPanel .bg
{
    position: absolute;
    top: 100px;
    width: 100%;
    height: 100%;
    background: url("../images/index/aboutBg.png") no-repeat center center;
    opacity: 0;
    filter:alpha(opacity=0);
}

.aboutPanel .innerPanel
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    color: #FFFFFF;
}
.aboutPanel h2
{
    position: relative;
    top: 100px;
    font-weight: normal;
    opacity: 0;
    filter:alpha(opacity=0);
}
.aboutPanel h2 .enTitle
{
    margin-top: 50px;
    display: block;
    font-family: Arial;
    font-size:38px;
    font-weight: bold;
}
.aboutPanel h2 .cnTitle
{
    font-size:32px;
    font-weight: normal;
}
.aboutPanel h3
{
    position: relative;
    margin-top: 20px;
    top: 150px;
    width: 327px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    opacity: 0;
    filter:alpha(opacity=0);
	color: #e9f7f4;
}

.aboutPanel .linkBtn
{
    position: relative;
    margin-top: 25px;
    top: 200px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-weight: bold;
    background: #075797 url("../images/jt1.png") no-repeat 131px 47%;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
}
.aboutPanel .linkBtn:hover
{
    background-color: #00c9ff;
}

.aboutPanel .videoContainer{
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
}

.aboutPanel .videoContainer .playerBg{
	background-color: #000;
	height: 100%;
	opacity: 0.9;
	filter:alpha(opacity=90);
	position: absolute;
	top: 0;
	width: 100%;
}
.aboutPanel .videoContainer #youkuplayer{
	height: 450px;
	left: 50%;
	margin-left: -300px;
	margin-top: -225px;
	position: absolute;
	top: 50%;
	width: 600px;
}
.aboutPanel .videoContainer .close{
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: 300px;
	top: 55px;
	width: 40px;
	background: url('../images/news/close.png') no-repeat scroll 0 0;
}
.aboutPanel .videoContainer .close:hover{
	background-color: #9b0002;
}

/*---------------------------------------------------worldPanel---------------------------------------------------*/
.worldPanel
{
    position: relative;
    text-align: center;
}
.worldPanel .innerPanel
{
    text-align: center;
}
.worldPanel h2
{
    position: relative;
    top: 100px;
    opacity: 0;
    filter:alpha(opacity=0);
    text-align:center;
    margin: 75px auto 0 auto;
    font-weight: normal;
}
.worldPanel h2 .enTitle
{
    color: #0066b3;
    font-size:38px;
    font-weight: bold;
}
.worldPanel h2 .cnTitle
{
    font-size:32px;
}

.worldPanel .navContainer
{
    position: relative;
    margin: 27px auto 0 auto;
    top: 120px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    opacity: 0;
    filter:alpha(opacity=0);
    overflow: hidden;
}

.worldPanel .navPanel
{
    position: relative;
    float: left;
    z-index: 2;
}

.worldPanel .navPanel li
{
    float: left;
    height: 25px;
    line-height: 25px;
}

.worldPanel .subNav
{
    margin-left: 12px;
    margin-right: 12px;
    min-width: 56px;
    cursor: pointer;
}
.worldPanel .subNav:hover
{
    color: #0066b3;
}
.worldPanel .subNav_click
{
    color:#FFFFFF;
}
.worldPanel .subNav_click:hover
{
    color: #FFFFFF;
}
.worldPanel .line
{
    width: 10px;
    /*background: url("../images/line.png") no-repeat center;*/
}

.worldPanel .barBg
{
    position: absolute;
    left: 5px;
    width: 100px;
    height: 25px;
    background: url("../images/index/newsBar.png") no-repeat center;
}
.worldPanel .imageMask
{
    position: relative;
    margin-top: 45px;
    /*overflow: hidden;*/
    height: 500px;
}
.worldPanel .imageMask li
{

}
.worldPanel .imagePanel
{
    position: absolute;
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 380px;
    height: 235px;
    text-align: left;
    color: #FFFFFF;
    overflow: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    visibility: hidden;
}
.worldPanel .imagePanel:hover, .worldPanel .imagePanel:hover .color_000
{
    color: #00c9ff;
 }
.worldPanel .imagePanel:hover .blackMask
{
    background-color: rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
}
.worldPanel .imagePanel:hover img
{
    transform: scaleX(1.1) scaleY(1.1);
}
.worldPanel .imagePanel .blackMask
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
}
.worldPanel .imagePanel .enTitle
{
    margin-left: 20px;
    margin-top: 20px;
    font-family: Arial;
    font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
}

.color_000
{
	color: #000;
}

.worldPanel .imagePanel .cnTitle
{
    margin-left: 20px;
    font-size: 22px;
}
.worldPanel .imagePanel img:hover
{

}
/*---------------------------------------------------partnerPanel---------------------------------------------------*/
.partnerPanel
{
    position: relative;
}
.partnerPanel .innerPanel
{

}
.partnerPanel h2
{
    position: relative;
    margin: 74px auto 0 auto;
    top:100px;
    opacity: 0;
    filter:alpha(opacity=0);
    text-align:center;
    font-weight: normal;
}
.partnerPanel h2 .enTitle
{
    color: #0066b3;
    font-size:38px;
    font-weight: bold;
}
.partnerPanel h2 .cnTitle
{
    font-size:32px;
}
.partnerPanel .imageGroup
{
    margin-top: 42px;
    height: 340px;
}
.partnerPanel .imagePanel
{
    display:block;
    position: relative;
    top: 200px;
    float: left;
    width: 600px;
    height: 340px;
    opacity: 0;
    filter:alpha(opacity=0);
    overflow: hidden;
}
.partnerPanel .imagePanel img:hover
{
    transform: scaleX(1.1) scaleY(1.1);
}
.partnerPanel .imagePanel .titleBar
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
	font-size: 20px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
}
.partnerPanel .imagePanel .titleBar .entitle{
	font-family: arial;
	font-size: 22px;
	position: relative;
	top: 1px;
}
/*---------------------------------------------------slogPanel---------------------------------------------------*/
.sloganPanel
{
    position: relative;
    height: 475px;
    overflow: hidden;
}
.sloganPanel .car
{
    position: absolute;
    left: 50%;
    top:100px;
    /*margin-left:-590px;*/
    margin-left:-790px;
    opacity: 0;
    filter:alpha(opacity=0);
}
.sloganPanel .txt
{
    position: absolute;
    left: 50%;
    top:160px;
    /*margin-left:10px;*/
    margin-left:210px;
    opacity: 0;
    filter:alpha(opacity=0);
}

.videoContainer {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	display:none;
	z-index:9999;
	left: 0;
}
.videoContainer .playerBg {
   background-color: #000;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}
.videoContainer #youkuplayer {
   height: 450px;
    left: 50%;
    margin-left: -300px;
    margin-top: -225px;
    position: absolute;
    top: 50%;
    width: 600px;
}
.videoContainer .close {
	height: 40px;
    position: absolute;
    left: 50%;
	margin-left:300px;
    top: 50%;
    margin-top:-225px;
    width: 40px;
	background:url('../images/news/close.png') no-repeat scroll 0 0;
}
.videoContainer .close:hover {
	background-color:#9b0002;
}